robertlipe [Mon, 7 Apr 2014 02:54:07 +0000 (02:54 +0000)]
A bunch of mechanical NEW_STRING cleanups, pencil whipping code
against replacements..
robertlipe [Mon, 7 Apr 2014 00:32:38 +0000 (00:32 +0000)]
Add missing piece of Mapfactor.
robertlipe [Mon, 7 Apr 2014 00:31:30 +0000 (00:31 +0000)]
Add Mapfactor Navigator with some help from Peder Bredahl Hansen.
tsteven4 [Fri, 4 Apr 2014 12:40:13 +0000 (12:40 +0000)]
add geoidheight to Waypoint class.
support geoidheight in nmea and gpx reader and writers.
tsteven4 [Fri, 4 Apr 2014 01:37:06 +0000 (01:37 +0000)]
prepare gpx writer for support of additional elements.
robertlipe [Thu, 3 Apr 2014 12:10:08 +0000 (12:10 +0000)]
Lowercase windows.h
tsteven4 [Thu, 3 Apr 2014 02:24:56 +0000 (02:24 +0000)]
fix indexing bug in tpo reader routes.
robertlipe [Tue, 1 Apr 2014 16:52:19 +0000 (16:52 +0000)]
Regenerate internal styles for tomtom fix.
robertlipe [Mon, 31 Mar 2014 23:12:34 +0000 (23:12 +0000)]
tomtom_itn fix for earlier csv_util change
robertlipe [Mon, 31 Mar 2014 21:55:47 +0000 (21:55 +0000)]
Replace excessive macro/pointer cleverness in csv_util with more grown-up
programming. This should solve a whole class of data-specific bugs in xcsv.
(This was done on a plane and not tested in valgrind, etc. If I anger
Jenkins, I'll deal with it.)
tsteven4 [Sat, 29 Mar 2014 13:16:21 +0000 (13:16 +0000)]
allow units for garmin_gpi with gui on proximity and speed.
fix translation errors in garmin_gpi related to speed.
tsteven4 [Wed, 26 Mar 2014 02:41:42 +0000 (02:41 +0000)]
add support for UrlLink types.
tsteven4 [Mon, 24 Mar 2014 15:28:45 +0000 (15:28 +0000)]
clean up gpx reader for common wptType processing.
this adds support for rtept/link, rtept/type, trkpt/link, trkpt/type.
tsteven4 [Mon, 24 Mar 2014 01:14:51 +0000 (01:14 +0000)]
correct tag in gpx reader for trkpt vdop.
tsteven4 [Sun, 23 Mar 2014 21:11:20 +0000 (21:11 +0000)]
delete temporary file for gui preview when done.
tsteven4 [Tue, 18 Mar 2014 01:05:08 +0000 (01:05 +0000)]
fix check for duplicate qualified names in gpx namespace declarations.
tsteven4 [Sat, 15 Mar 2014 17:58:55 +0000 (17:58 +0000)]
don't use options from a previous filter when the new filter has no options.
tsteven4 [Sat, 15 Mar 2014 17:47:15 +0000 (17:47 +0000)]
update another reference file for the trackfilter merge fix.
tsteven4 [Sat, 15 Mar 2014 17:23:28 +0000 (17:23 +0000)]
have the trackfilter merge operation put all waypts in one track segment
instead of each waypt in it's own segment.
robertlipe [Tue, 4 Mar 2014 16:05:47 +0000 (16:05 +0000)]
Don't add an extension in the file picker if we don't have one.
robertlipe [Tue, 4 Mar 2014 15:50:22 +0000 (15:50 +0000)]
Disambiguiate two types of Garmin Trainign Center.
tsteven4 [Mon, 3 Mar 2014 23:58:48 +0000 (23:58 +0000)]
update coverity model to tune false positives.
robertlipe [Mon, 3 Mar 2014 23:03:01 +0000 (23:03 +0000)]
Add a whole raft of libraries to makesetup to make it match the list
of frameworks that appear in the Mac image.
robertlipe [Mon, 3 Mar 2014 20:22:14 +0000 (20:22 +0000)]
Update coverity model per https://communities.coverity.com/message/6362#6362
robertlipe [Mon, 3 Mar 2014 16:28:57 +0000 (16:28 +0000)]
Clean up last night's (post-beta) cleanup of wfff.
robertlipe [Mon, 3 Mar 2014 04:01:44 +0000 (04:01 +0000)]
Move wfff and google more into new strings. This is probably about as
far as they go until we have Qt 5 and thus http://qt-project.org/doc/qt-5.0/qtcore/json.html
Copyright tweaks so I can quit paying netaddress...
robertlipe [Mon, 3 Mar 2014 02:39:51 +0000 (02:39 +0000)]
remove binary property from setup.iss. Tweak mac-localize for release.
robertlipe [Mon, 3 Mar 2014 00:30:35 +0000 (00:30 +0000)]
Further tweaks for Windows deployment. This was used for the 302 beta.
robertlipe [Mon, 3 Mar 2014 00:01:13 +0000 (00:01 +0000)]
Bump version. Attemps to fix deployment issues on Windows.
robertlipe [Tue, 25 Feb 2014 02:12:10 +0000 (02:12 +0000)]
Fix executable_path for GPSBabel executable after it's stuffed into the
app bundle when distributing Mac dmg.
robertlipe [Mon, 24 Feb 2014 17:49:44 +0000 (17:49 +0000)]
Fix a leak in googledir that I introduced yesterday.
robertlipe [Mon, 24 Feb 2014 17:14:05 +0000 (17:14 +0000)]
dmtlog cleanups.
robertlipe [Mon, 24 Feb 2014 17:03:39 +0000 (17:03 +0000)]
Typo fix: Crystal Icons was written by Elverado Coelho, not Alverado.
robertlipe [Mon, 24 Feb 2014 17:00:25 +0000 (17:00 +0000)]
Doc tweak for dmtlog suggested by Stephen Ridge.
robertlipe [Mon, 24 Feb 2014 07:43:28 +0000 (07:43 +0000)]
Fix leak on fatal error in dbfopen. Coverity is hyper.
robertlipe [Mon, 24 Feb 2014 07:03:06 +0000 (07:03 +0000)]
Vacuum up more crumbs of the NEW_STRING paths for cases that are "obviously"
correct. The ones that remain really are essentially TODO/FIXME for otherwise
problematic code.
tsteven4 [Mon, 24 Feb 2014 01:48:06 +0000 (01:48 +0000)]
QString cleanup for googledir, transform.
robertlipe [Sun, 23 Feb 2014 07:43:47 +0000 (07:43 +0000)]
Remove more dead !NEW_STRINGS, mumble* unused signatures.
robertlipe [Wed, 19 Feb 2014 13:42:37 +0000 (13:42 +0000)]
Remove Mac-specific hack that was required for building gui in
Qt 4.8.[45] but fixed in 5.2.1.
robertlipe [Tue, 18 Feb 2014 06:02:32 +0000 (06:02 +0000)]
Don't write "Generator" meta tags in html output when running test suite.
robertlipe [Tue, 18 Feb 2014 05:57:30 +0000 (05:57 +0000)]
Fix Mac dmg build.
robertlipe [Tue, 18 Feb 2014 05:30:13 +0000 (05:30 +0000)]
Bump version numbers.
Ritual sacrifice for windows build. Move to Qt5, which doesn't support
object trees below the source.
robertlipe [Tue, 18 Feb 2014 00:17:51 +0000 (00:17 +0000)]
Handle newer OSes better in reporting.
Styling fixes.
robertlipe [Mon, 17 Feb 2014 23:29:49 +0000 (23:29 +0000)]
More accurately use action roles so buttons are in the right order.
Remove graphics from all but Windows.
Add help on main page.
robertlipe [Mon, 17 Feb 2014 20:36:17 +0000 (20:36 +0000)]
Yet more -Wall chatter from Ubuntu.
tsteven4 [Mon, 17 Feb 2014 15:16:34 +0000 (15:16 +0000)]
More implementation for NEWQ.
robertlipe [Mon, 17 Feb 2014 06:35:06 +0000 (06:35 +0000)]
Simple changes for uninteresting non-problems.
robertlipe [Mon, 17 Feb 2014 01:58:24 +0000 (01:58 +0000)]
Remove static buffer (that would never be overflowed) in KML geocache writer.
robertlipe [Mon, 17 Feb 2014 01:45:03 +0000 (01:45 +0000)]
Refactor jeeps includes so that gpsmath doesn't pull in all the
hardware/protocol stuff.
robertlipe [Sat, 15 Feb 2014 23:18:08 +0000 (23:18 +0000)]
Clean up a lot of crumb surrounding NEW_STRINGS.
robertlipe [Sat, 15 Feb 2014 21:24:01 +0000 (21:24 +0000)]
Promote code page warning to error in Garmin GPI. Add section on this to doc.
tsteven4 [Sat, 15 Feb 2014 21:19:33 +0000 (21:19 +0000)]
Refactor route_head to move functonality from old functions to ctor/dtors.
tsteven4 [Sat, 15 Feb 2014 14:36:22 +0000 (14:36 +0000)]
leak fix for skytraq.
tsteven4 [Sat, 15 Feb 2014 02:37:02 +0000 (02:37 +0000)]
deprecate overlay format. the vectors were taken out in r2070 2006-05-17.
the file had 14 commits since then maintaining this dead code!
robertlipe [Fri, 14 Feb 2014 17:15:05 +0000 (17:15 +0000)]
A round of warning fixes for new issues.
tsteven4 [Fri, 14 Feb 2014 03:09:00 +0000 (03:09 +0000)]
fix a leak when using shortnames and no output.
robertlipe [Thu, 13 Feb 2014 06:04:22 +0000 (06:04 +0000)]
Actually widen the bitfield one bit, not change the default value. Doink!
robertlipe [Thu, 13 Feb 2014 03:32:02 +0000 (03:32 +0000)]
Use packet references instead of large copies.
robertlipe [Thu, 13 Feb 2014 03:19:34 +0000 (03:19 +0000)]
Actually commit the fixes I meant to make BEFORE that run...
robertlipe [Thu, 13 Feb 2014 03:11:50 +0000 (03:11 +0000)]
Add some automation for Coverity.
robertlipe [Thu, 13 Feb 2014 01:55:01 +0000 (01:55 +0000)]
Fixes for a number of minor warnings.
tsteven4 [Thu, 13 Feb 2014 01:38:00 +0000 (01:38 +0000)]
fix bug with case insensitive compares in gpx and garmin.
tsteven4 [Thu, 13 Feb 2014 00:27:45 +0000 (00:27 +0000)]
fix potential buffer overrun in dg-100.cc
robertlipe [Thu, 13 Feb 2014 00:12:48 +0000 (00:12 +0000)]
Make the jeeps code somewhat less weird w.r.t. packet allocation and
deallocation, letting the life cycle of the objects take care of
zeroing buffers and releasing them.
This same stick should be shaken at other code in jeeps...
Tested:
Reads and writes of waypoints on 60CSX on Mac USB with address sanitizer.
robertlipe [Tue, 11 Feb 2014 21:14:49 +0000 (21:14 +0000)]
Minor code hygeine in stmsdf and overlay.
robertlipe [Tue, 11 Feb 2014 02:53:10 +0000 (02:53 +0000)]
Fix theoretical overrun in tiger reader.
tsteven4 [Sun, 9 Feb 2014 21:10:55 +0000 (21:10 +0000)]
fix a few warnings and an inappropriate attempt to free memory.
tsteven4 [Fri, 7 Feb 2014 13:18:28 +0000 (13:18 +0000)]
fix bug in writing gga sentences with gps quality indicator field.
tsteven4 [Thu, 30 Jan 2014 03:18:56 +0000 (03:18 +0000)]
add options descriptions for the validate filter.
robertlipe [Wed, 29 Jan 2014 16:28:47 +0000 (16:28 +0000)]
Fix typo in Makefile.in. Doc fixes for building.
robertlipe [Tue, 28 Jan 2014 05:38:31 +0000 (05:38 +0000)]
A variety of (non-code) changes that teach docbook generation more about
Smarty and less about DreamWeaver. Adobe is dead to me.
tsteven4 [Wed, 22 Jan 2014 23:39:04 +0000 (23:39 +0000)]
rename the waypoint class Waypoint per common capitilization convetions courtesy of netbeans refactoring.
tsteven4 [Wed, 22 Jan 2014 03:43:56 +0000 (03:43 +0000)]
use the waypoint ctors/dtors/methods from r4721 directly.
this change was mostly done by a script with ed.
tsteven4 [Wed, 22 Jan 2014 02:14:39 +0000 (02:14 +0000)]
refactor waypoint to move functonality from old functions to ctor/dtor/class methods.
tsteven4 [Mon, 13 Jan 2014 12:53:08 +0000 (12:53 +0000)]
use copy constructors in waypt_dupe.
tsteven4 [Fri, 10 Jan 2014 13:07:54 +0000 (13:07 +0000)]
fix leak in tmpro reader.
fix leaks and generate additional fields in random reader.
tsteven4 [Tue, 7 Jan 2014 23:32:31 +0000 (23:32 +0000)]
correct bug introduced to an1 reader wrt url strings.
robertlipe [Tue, 7 Jan 2014 21:59:17 +0000 (21:59 +0000)]
MSVC changes from Gerhard.
tsteven4 [Tue, 7 Jan 2014 14:21:47 +0000 (14:21 +0000)]
reverse merge accidentally committed hack to test-all.
robertlipe [Tue, 7 Jan 2014 02:02:08 +0000 (02:02 +0000)]
Remove some dead code from cet_util.
robertlipe [Tue, 7 Jan 2014 01:52:52 +0000 (01:52 +0000)]
Leak fix in an1.
tsteven4 [Sun, 5 Jan 2014 23:16:21 +0000 (23:16 +0000)]
leak fix and cleanup for gdb.
robertlipe [Sun, 5 Jan 2014 22:44:22 +0000 (22:44 +0000)]
Cleanups saved for a rainy day? Even without being called out via valgrind, these
are "obviously" leaks and a cleanup upportunity.
egrep -- '->(rte_name|rte_desc|rte_url|icon|icon_descr|rte_name|rte_desc|notes|shortname|description) = xstrdup' *.cca
We've eliminated 58% of the calls to xstrdup that we had in 1.4.4..
tsteven4 [Sun, 5 Jan 2014 18:11:02 +0000 (18:11 +0000)]
an1 leak fixes.
tsteven4 [Sun, 5 Jan 2014 01:38:33 +0000 (01:38 +0000)]
leak fixes for shape, ggv_ovl, nmea.
and a bit of NEW_STRINGS cleanup.
tsteven4 [Sat, 4 Jan 2014 17:20:31 +0000 (17:20 +0000)]
Fix resetting of deafult format options in GUI.
This was not working for boolean options with defaults of "1".
robertlipe [Fri, 3 Jan 2014 05:29:49 +0000 (05:29 +0000)]
Fix default read of boolean opts with '1' as the default.
robertlipe [Thu, 2 Jan 2014 04:58:53 +0000 (04:58 +0000)]
Fix mapbar.
robertlipe [Thu, 2 Jan 2014 04:54:06 +0000 (04:54 +0000)]
Fix enigma, garmin_xt
robertlipe [Thu, 2 Jan 2014 04:44:45 +0000 (04:44 +0000)]
Fix memory management in garmin_gpi (gross), navilink, saroute.
robertlipe [Thu, 2 Jan 2014 02:32:12 +0000 (02:32 +0000)]
Destinator fixes.
robertlipe [Thu, 2 Jan 2014 00:09:29 +0000 (00:09 +0000)]
Memory fixes for Magellan.
robertlipe [Wed, 1 Jan 2014 23:25:38 +0000 (23:25 +0000)]
Try to untangle the uncodings in gdb. I'm not really sure if I made it better
or worse...This is not one of our formats that makes me proud.
robertlipe [Wed, 1 Jan 2014 22:03:24 +0000 (22:03 +0000)]
The non-contentious parts of garmin_gpi
robertlipe [Wed, 1 Jan 2014 20:00:32 +0000 (20:00 +0000)]
Move gbfgets() to QString.
robertlipe [Wed, 1 Jan 2014 19:22:08 +0000 (19:22 +0000)]
Replace toAscii with toLatin in garmin.
robertlipe [Wed, 1 Jan 2014 07:06:36 +0000 (07:06 +0000)]
Maggeo, wfff_xml fixes.
robertlipe [Wed, 1 Jan 2014 06:47:17 +0000 (06:47 +0000)]
Fixes for mapbar, mapsource.
robertlipe [Wed, 1 Jan 2014 06:16:13 +0000 (06:16 +0000)]
Better IGC fix
robertlipe [Wed, 1 Jan 2014 05:46:19 +0000 (05:46 +0000)]
Fixes for raymarine, netstumbler, skyforce.